home *** CD-ROM | disk | FTP | other *** search
/ Future Workshop / Future Workshop.iso / multimed / qtw111 / samples / mathcomp.def < prev    next >
Text File  |  1993-03-11  |  737b  |  22 lines

  1. ; ---------------------------------------------------------------------
  2. ;
  3. ; MathComp.def - Math Components Def File - QuickTime for Windows
  4. ;
  5. ;                Version 1.0
  6. ;
  7. ;                (c) 1988-1992 Apple Computer, Inc. All Rights Reserved.
  8. ;
  9. ; ---------------------------------------------------------------------
  10.  
  11. LIBRARY     MATHCOMP
  12. DESCRIPTION 'Copyright (c) 1988-1993 Apple Computer, Inc. All Rights Reserved'
  13. EXETYPE     WINDOWS
  14. STUB        'WINSTUB.EXE'
  15. CODE        PRELOAD MOVEABLE DISCARDABLE
  16. DATA        PRELOAD MOVEABLE SINGLE
  17. HEAPSIZE    8192
  18. SEGMENTS    'WEP_TEXT'   FIXED PRELOAD
  19. EXPORTS
  20.             THNGIDENTIFY              @1 RESIDENTNAME
  21.             WEP                       @2 RESIDENTNAME
  22.